html {
	font-size: 16px;
}

body {
	font-family: "Microsoft YaHei", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 600;
}

h1 {
	font-size: 2.8rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2.25rem;
}

h4 {
	font-size: 1.6875rem;
}

h5 {
	font-size: 1.375rem;
}

h6 {
	font-size: 1.25rem;
}
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}
li {
	list-style:none;
}